-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: peak picking returns id and keep id if it exists #108
feat: peak picking returns id and keep id if it exists #108
Conversation
Codecov Report
@@ Coverage Diff @@
## master #108 +/- ##
==========================================
- Coverage 95.28% 94.19% -1.10%
==========================================
Files 9 10 +1
Lines 276 310 +34
Branches 108 118 +10
==========================================
+ Hits 263 292 +29
- Misses 13 18 +5
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
x: number; | ||
y: number; | ||
width: number; | ||
shape?: Shape1D; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we really know the shape ? I think I didn't put it because it was not really defined.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BroadenPeak increases the width of the peak by a factor, the input is a GSDPeak
structure but the property shape
was added, that is why I added shape as optional in GSDBroadenPeak
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
pure function now
31d56fb
to
7321cd5
Compare
Published prerelease version To install it, run: npm install ml-gsd@12.0.0-pre.1661358412 |
Published prerelease version To install it, run: npm install ml-gsd@12.0.0-pre.1661365726 |
Published prerelease version To install it, run: npm install ml-gsd@12.0.0-pre.1661543950 |
No description provided.